PowerTools CalendarGrid for Windows Forms 1.0J
AddRange メソッド (CollectionBase<T>)

CollectionBase<T> の末尾に追加する要素を含むコレクション。このコレクション自体は null 参照 (Visual Basicでは Nothing) にできませんが、T 型が参照型の場合は null 参照 (Visual Basicでは Nothing) の要素を含めることができます。
指定したコレクションの要素を CollectionBase<T> の末尾に追加します。
構文
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of T) _
) 
public void AddRange( 
   IEnumerable<T> collection
)

パラメータ

collection
CollectionBase<T> の末尾に追加する要素を含むコレクション。このコレクション自体は null 参照 (Visual Basicでは Nothing) にできませんが、T 型が参照型の場合は null 参照 (Visual Basicでは Nothing) の要素を含めることができます。
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.